callback routines meaning in English
同义另见回调例程
Examples
- Method metadata token . thus , a method pointer can be easily passed to unmanaged native code specifically , as a callback routine
因此,可以很容易地将方法指针传递到非托管本机代码(具体而言,作为回调例程) 。 - Method . as a result , the method pointer can be passed to unmanaged native code for example , as a callback routine if that routine expects the corresponding calling convention
因此,如果回调例程预期相应的调用约定,则可以将方法指针传递到非托管本机代码(例如,作为回调例程) 。 - Here , instead of making a rinky - dink little control , we have to build a menu bar , attach menu events to callback routines , and build a window splitter bar , tree control , and the edit control
这里,我们没有构建象上例一样的简单的、缺乏控件的菜单,而是构建了一个菜单栏,并附加菜单事件到回调例程,以及构建窗口分割栏、树控件和编辑控件。